Html Css Color HEX #E96D6A Geraldine

📋 copy color: '#E96D6A'

red 233 ◦ green 109 ◦ blue 106

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

Shades of Geraldine #E96D6A

Tints of Geraldine #E96D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 52.01%
G = 24.33%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E96D6A (or 0xE96D6A) is known color: Geraldine. HEX triplet: E9, 6D and 6A. RGB value is (233,109,106). Sum of RGB (Red+Green+Blue) = 233+109+106=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96D6A is #169295. Grayscale: #919191. Windows color (decimal): -1479318 or 6974953. OLE color: 6974953.

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

Color convert

RGB 233 109 106 -
CMYK 0 0.53 0.55 0.09
HSL 1.42º 0.74% 0.66% -
HSV(B) 1.42º 0.55% 0.91% -
XYZ 41.67 29.3 17.09 -
YUV 145.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 233 109 106 0 0.53 0.55 0.09 1.42 0.74 0.66
Hex E9 6D 6A 0 35 37 9 1 4A 42
Octal 351 155 152 0 65 67 11 1 112 102
Binary 11101001 1101101 1101010 0 110101 110111 1001 1 1001010 1000010

Color Harmonies of #E96D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96D6A

Black with #E96D6A

Text Example


Text Example

White with #E96D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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