Html Css Color HEX #E67672 Geraldine

📋 copy color: '#E67672'

red 230 ◦ green 118 ◦ blue 114

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

Shades of Geraldine #E67672

Tints of Geraldine #E67672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.54%

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

R = 49.78%
G = 25.54%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E67672 (or 0xE67672) is known color: Geraldine. HEX triplet: E6, 76 and 72. RGB value is (230,118,114). Sum of RGB (Red+Green+Blue) = 230+118+114=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E67672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67672 is #19898D. Grayscale: #979797. Windows color (decimal): -1673614 or 7501542. OLE color: 7501542.

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

Color convert

RGB 230 118 114 -
CMYK 0 0.49 0.50 0.10
HSL 2.07º 0.7% 0.67% -
HSV(B) 2.07º 0.5% 0.9% -
XYZ 42.15 30.99 19.68 -
YUV 151.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 230 118 114 0 0.49 0.50 0.10 2.07 0.7 0.67
Hex E6 76 72 0 31 32 A 2 46 43
Octal 346 166 162 0 61 62 12 2 106 103
Binary 11100110 1110110 1110010 0 110001 110010 1010 10 1000110 1000011

Color Harmonies of #E67672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67672

Black with #E67672

Text Example


Text Example

White with #E67672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67672; }

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

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

background-color css

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

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

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

border-color css

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

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

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