Html Css Color HEX #E67372 Geraldine

📋 copy color: '#E67372'

red 230 ◦ green 115 ◦ blue 114

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

Shades of Geraldine #E67372

Tints of Geraldine #E67372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

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

R = 50.11%
G = 25.05%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E67372 (or 0xE67372) is known color: Geraldine. HEX triplet: E6, 73 and 72. RGB value is (230,115,114). Sum of RGB (Red+Green+Blue) = 230+115+114=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E67372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67372 is #198C8D. Grayscale: #959595. Windows color (decimal): -1674382 or 7500774. OLE color: 7500774.

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

Color convert

RGB 230 115 114 -
CMYK 0 0.5 0.50 0.10
HSL 0.52º 0.7% 0.67% -
HSV(B) 0.52º 0.5% 0.9% -
XYZ 41.8 30.3 19.56 -
YUV 149.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 230 115 114 0 0.5 0.50 0.10 0.52 0.7 0.67
Hex E6 73 72 0 32 32 A 1 46 43
Octal 346 163 162 0 62 62 12 1 106 103
Binary 11100110 1110011 1110010 0 110010 110010 1010 1 1000110 1000011

Color Harmonies of #E67372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67372

Black with #E67372

Text Example


Text Example

White with #E67372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67372; }

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

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

background-color css

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

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

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

border-color css

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

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

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