Html Css Color HEX #EE7368 Geraldine

📋 copy color: '#EE7368'

red 238 ◦ green 115 ◦ blue 104

#EE7368
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #EE7368

Tints of Geraldine #EE7368

RGB

 RED value IS 238 (93.36% from 255) = 52.08%

 GREEN value IS 115 (45.31% from 255) = 25.16%

 BLUE value IS 104 (41.02% from 255) = 22.76%

R = 52.08%
G = 25.16%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE7368 (or 0xEE7368) is known color: Geraldine. HEX triplet: EE, 73 and 68. RGB value is (238,115,104). Sum of RGB (Red+Green+Blue) = 238+115+104=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7368 is #118C97. Grayscale: #969696. Windows color (decimal): -1150104 or 6845422. OLE color: 6845422.

HSL color Cylindrical-coordinate representation of color #EE7368: hue angle of 4.93º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE7368 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 115 104 -
CMYK 0 0.52 0.56 0.07
HSL 4.93º 0.8% 0.67% -
HSV(B) 4.93º 0.56% 0.93% -
XYZ 43.89 31.44 16.85 -
YUV 150.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 238 115 104 0 0.52 0.56 0.07 4.93 0.8 0.67
Hex EE 73 68 0 34 38 7 5 50 43
Octal 356 163 150 0 64 70 7 5 120 103
Binary 11101110 1110011 1101000 0 110100 111000 111 101 1010000 1000011

Color Harmonies of #EE7368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7368

Black with #EE7368

Text Example


Text Example

White with #EE7368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7368; }

 p { color: rgb(238,115,104); }

 H1.HeaderClassName
 {
   color: #EE7368;
 }
 .AnyTagClassName
 {
   color: #EE7368;
 }
</style>

background-color css

<style>
 a { background-color: #EE7368; }

 a { background-color: rgb(238,115,104); }

 div.DivClassName
 {
   background-color: #EE7368;
 }
 .BgClassName
 {
   background-color: #EE7368;
 }
</style>

border-color css

<style>
 span { border-color: #EE7368; }

 span { border-color: rgb(238,115,104); }

 td.TdClassName
 {
   border-color: #EE7368;
 }
 .TagClassName
 {
   border-color: #EE7368;
 }
</style>