Html Css Color HEX #E67472 Geraldine

📋 copy color: '#E67472'

red 230 ◦ green 116 ◦ blue 114

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

Shades of Geraldine #E67472

Tints of Geraldine #E67472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.22%

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

R = 50%
G = 25.22%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E67472 (or 0xE67472) is known color: Geraldine. HEX triplet: E6, 74 and 72. RGB value is (230,116,114). Sum of RGB (Red+Green+Blue) = 230+116+114=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E67472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67472 is #198B8D. Grayscale: #959595. Windows color (decimal): -1674126 or 7501030. OLE color: 7501030.

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

Color convert

RGB 230 116 114 -
CMYK 0 0.50 0.50 0.10
HSL 1.03º 0.7% 0.67% -
HSV(B) 1.03º 0.5% 0.9% -
XYZ 41.92 30.53 19.6 -
YUV 149.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 230 116 114 0 0.50 0.50 0.10 1.03 0.7 0.67
Hex E6 74 72 0 32 32 A 1 46 43
Octal 346 164 162 0 62 62 12 1 106 103
Binary 11100110 1110100 1110010 0 110010 110010 1010 1 1000110 1000011

Color Harmonies of #E67472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67472

Black with #E67472

Text Example


Text Example

White with #E67472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67472; }

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

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

background-color css

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

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

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

border-color css

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

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

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