Html Css Color HEX #E96D6B Geraldine

📋 copy color: '#E96D6B'

red 233 ◦ green 109 ◦ blue 107

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

Shades of Geraldine #E96D6B

Tints of Geraldine #E96D6B

RGB

 RED value IS 233 (91.41% from 255) = 51.89%

 GREEN value IS 109 (42.97% from 255) = 24.28%

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

R = 51.89%
G = 24.28%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E96D6B (or 0xE96D6B) is known color: Geraldine. HEX triplet: E9, 6D and 6B. RGB value is (233,109,107). Sum of RGB (Red+Green+Blue) = 233+109+107=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96D6B is #169294. Grayscale: #919191. Windows color (decimal): -1479317 or 7040489. OLE color: 7040489.

HSL color Cylindrical-coordinate representation of color #E96D6B: hue angle of 0.95º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96D6B is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 109 107 -
CMYK 0 0.53 0.54 0.09
HSL 0.95º 0.74% 0.67% -
HSV(B) 0.95º 0.54% 0.91% -
XYZ 41.73 29.32 17.37 -
YUV 145.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 233 109 107 0 0.53 0.54 0.09 0.95 0.74 0.67
Hex E9 6D 6B 0 35 36 9 1 4A 43
Octal 351 155 153 0 65 66 11 1 112 103
Binary 11101001 1101101 1101011 0 110101 110110 1001 1 1001010 1000011

Color Harmonies of #E96D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96D6B

Black with #E96D6B

Text Example


Text Example

White with #E96D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96D6B; }

 p { color: rgb(233,109,107); }

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

background-color css

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

 a { background-color: rgb(233,109,107); }

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

border-color css

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

 span { border-color: rgb(233,109,107); }

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