Html Css Color HEX #E06C6B Geraldine

📋 copy color: '#E06C6B'

red 224 ◦ green 108 ◦ blue 107

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

Shades of Geraldine #E06C6B

Tints of Geraldine #E06C6B

RGB

 RED value IS 224 (87.89% from 255) = 51.03%

 GREEN value IS 108 (42.58% from 255) = 24.6%

 BLUE value IS 107 (42.19% from 255) = 24.37%

R = 51.03%
G = 24.6%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E06C6B (or 0xE06C6B) is known color: Geraldine. HEX triplet: E0, 6C and 6B. RGB value is (224,108,107). Sum of RGB (Red+Green+Blue) = 224+108+107=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C6B is #1F9394. Grayscale: #8E8E8E. Windows color (decimal): -2069397 or 7040224. OLE color: 7040224.

HSL color Cylindrical-coordinate representation of color #E06C6B: hue angle of 0.51º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06C6B is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 108 107 -
CMYK 0 0.52 0.52 0.12
HSL 0.51º 0.65% 0.65% -
HSV(B) 0.51º 0.52% 0.88% -
XYZ 38.76 27.63 17.2 -
YUV 142.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 224 108 107 0 0.52 0.52 0.12 0.51 0.65 0.65
Hex E0 6C 6B 0 34 34 C 1 41 41
Octal 340 154 153 0 64 64 14 1 101 101
Binary 11100000 1101100 1101011 0 110100 110100 1100 1 1000001 1000001

Color Harmonies of #E06C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C6B

Black with #E06C6B

Text Example


Text Example

White with #E06C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C6B; }

 p { color: rgb(224,108,107); }

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

background-color css

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

 a { background-color: rgb(224,108,107); }

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

border-color css

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

 span { border-color: rgb(224,108,107); }

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