Html Css Color HEX #E67A72 Geraldine

📋 copy color: '#E67A72'

red 230 ◦ green 122 ◦ blue 114

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

Shades of Geraldine #E67A72

Tints of Geraldine #E67A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.18%

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

R = 49.36%
G = 26.18%
B = 24.46%

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

#E67A72 (or 0xE67A72) is known color: Geraldine. HEX triplet: E6, 7A and 72. RGB value is (230,122,114). Sum of RGB (Red+Green+Blue) = 230+122+114=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A72 is #19858D. Grayscale: #999999. Windows color (decimal): -1672590 or 7502566. OLE color: 7502566.

HSL color Cylindrical-coordinate representation of color #E67A72: hue angle of 4.14º 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 #E67A72 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 122 114 -
CMYK 0 0.47 0.50 0.10
HSL 4.14º 0.7% 0.67% -
HSV(B) 4.14º 0.5% 0.9% -
XYZ 42.63 31.96 19.84 -
YUV 153.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 230 122 114 0 0.47 0.50 0.10 4.14 0.7 0.67
Hex E6 7A 72 0 2F 32 A 4 46 43
Octal 346 172 162 0 57 62 12 4 106 103
Binary 11100110 1111010 1110010 0 101111 110010 1010 100 1000110 1000011

Color Harmonies of #E67A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67A72

Black with #E67A72

Text Example


Text Example

White with #E67A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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