Html Css Color HEX #E67774 Geraldine

📋 copy color: '#E67774'

red 230 ◦ green 119 ◦ blue 116

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

Shades of Geraldine #E67774

Tints of Geraldine #E67774

RGB

 RED value IS 230 (90.23% from 255) = 49.46%

 GREEN value IS 119 (46.88% from 255) = 25.59%

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 49.46%
G = 25.59%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E67774 (or 0xE67774) is known color: Geraldine. HEX triplet: E6, 77 and 74. RGB value is (230,119,116). Sum of RGB (Red+Green+Blue) = 230+119+116=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E67774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67774 is #19888B. Grayscale: #979797. Windows color (decimal): -1673356 or 7632870. OLE color: 7632870.

HSL color Cylindrical-coordinate representation of color #E67774: hue angle of 1.58º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67774 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 119 116 -
CMYK 0 0.48 0.50 0.10
HSL 1.58º 0.7% 0.68% -
HSV(B) 1.58º 0.5% 0.9% -
XYZ 42.38 31.28 20.33 -
YUV 151.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 230 119 116 0 0.48 0.50 0.10 1.58 0.7 0.68
Hex E6 77 74 0 30 32 A 2 46 44
Octal 346 167 164 0 60 62 12 2 106 104
Binary 11100110 1110111 1110100 0 110000 110010 1010 10 1000110 1000100

Color Harmonies of #E67774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67774

Black with #E67774

Text Example


Text Example

White with #E67774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67774; }

 p { color: rgb(230,119,116); }

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

background-color css

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

 a { background-color: rgb(230,119,116); }

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

border-color css

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

 span { border-color: rgb(230,119,116); }

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