Html Css Color HEX #E67972 Geraldine

📋 copy color: '#E67972'

red 230 ◦ green 121 ◦ blue 114

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

Shades of Geraldine #E67972

Tints of Geraldine #E67972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.02%

 BLUE value IS 114 (44.92% from 255) = 24.52%

R = 49.46%
G = 26.02%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E67972 (or 0xE67972) is known color: Geraldine. HEX triplet: E6, 79 and 72. RGB value is (230,121,114). Sum of RGB (Red+Green+Blue) = 230+121+114=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E67972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67972 is #19868D. Grayscale: #989898. Windows color (decimal): -1672846 or 7502310. OLE color: 7502310.

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

Color convert

RGB 230 121 114 -
CMYK 0 0.47 0.50 0.10
HSL 3.62º 0.7% 0.67% -
HSV(B) 3.62º 0.5% 0.9% -
XYZ 42.51 31.71 19.8 -
YUV 152.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 230 121 114 0 0.47 0.50 0.10 3.62 0.7 0.67
Hex E6 79 72 0 2F 32 A 4 46 43
Octal 346 171 162 0 57 62 12 4 106 103
Binary 11100110 1111001 1110010 0 101111 110010 1010 100 1000110 1000011

Color Harmonies of #E67972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67972

Black with #E67972

Text Example


Text Example

White with #E67972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67972; }

 p { color: rgb(230,121,114); }

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

background-color css

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

 a { background-color: rgb(230,121,114); }

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

border-color css

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

 span { border-color: rgb(230,121,114); }

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