Html Css Color HEX #E96B6B Geraldine

📋 copy color: '#E96B6B'

red 233 ◦ green 107 ◦ blue 107

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

Shades of Geraldine #E96B6B

Tints of Geraldine #E96B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

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

R = 52.13%
G = 23.94%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E96B6B (or 0xE96B6B) is known color: Geraldine. HEX triplet: E9, 6B and 6B. RGB value is (233,107,107). Sum of RGB (Red+Green+Blue) = 233+107+107=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B6B is #169494. Grayscale: #909090. Windows color (decimal): -1479829 or 7039977. OLE color: 7039977.

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

Color convert

RGB 233 107 107 -
CMYK 0 0.54 0.54 0.09
HSL 0.74% 0.67% -
HSV(B) 0.54% 0.91% -
XYZ 41.52 28.9 17.3 -
YUV 144.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 233 107 107 0 0.54 0.54 0.09 0 0.74 0.67
Hex E9 6B 6B 0 36 36 9 0 4A 43
Octal 351 153 153 0 66 66 11 0 112 103
Binary 11101001 1101011 1101011 0 110110 110110 1001 0 1001010 1000011

Color Harmonies of #E96B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B6B

Black with #E96B6B

Text Example


Text Example

White with #E96B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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