Html Css Color HEX #EA7B77 Geraldine

📋 copy color: '#EA7B77'

red 234 ◦ green 123 ◦ blue 119

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

Shades of Geraldine #EA7B77

Tints of Geraldine #EA7B77

RGB

 RED value IS 234 (91.8% from 255) = 49.16%

 GREEN value IS 123 (48.44% from 255) = 25.84%

 BLUE value IS 119 (46.88% from 255) = 25%

R = 49.16%
G = 25.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA7B77 (or 0xEA7B77) is known color: Geraldine. HEX triplet: EA, 7B and 77. RGB value is (234,123,119). Sum of RGB (Red+Green+Blue) = 234+123+119=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B77 is #158488. Grayscale: #9B9B9B. Windows color (decimal): -1410185 or 7830506. OLE color: 7830506.

HSL color Cylindrical-coordinate representation of color #EA7B77: hue angle of 2.09º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA7B77 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 123 119 -
CMYK 0 0.47 0.49 0.08
HSL 2.09º 0.73% 0.69% -
HSV(B) 2.09º 0.49% 0.92% -
XYZ 44.34 32.99 21.48 -
YUV 155.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 234 123 119 0 0.47 0.49 0.08 2.09 0.73 0.69
Hex EA 7B 77 0 2F 31 8 2 49 45
Octal 352 173 167 0 57 61 10 2 111 105
Binary 11101010 1111011 1110111 0 101111 110001 1000 10 1001001 1000101

Color Harmonies of #EA7B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7B77

Black with #EA7B77

Text Example


Text Example

White with #EA7B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7B77; }

 p { color: rgb(234,123,119); }

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

background-color css

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

 a { background-color: rgb(234,123,119); }

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

border-color css

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

 span { border-color: rgb(234,123,119); }

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