Html Css Color HEX #EA7D7B Geraldine

📋 copy color: '#EA7D7B'

red 234 ◦ green 125 ◦ blue 123

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

Shades of Geraldine #EA7D7B

Tints of Geraldine #EA7D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

 BLUE value IS 123 (48.44% from 255) = 25.52%

R = 48.55%
G = 25.93%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA7D7B (or 0xEA7D7B) is known color: Geraldine. HEX triplet: EA, 7D and 7B. RGB value is (234,125,123). Sum of RGB (Red+Green+Blue) = 234+125+123=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7D7B is #158284. Grayscale: #9D9D9D. Windows color (decimal): -1409669 or 8093162. OLE color: 8093162.

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

Color convert

RGB 234 125 123 -
CMYK 0 0.47 0.47 0.08
HSL 1.08º 0.73% 0.7% -
HSV(B) 1.08º 0.47% 0.92% -
XYZ 44.84 33.59 22.86 -
YUV 157.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 234 125 123 0 0.47 0.47 0.08 1.08 0.73 0.7
Hex EA 7D 7B 0 2F 2F 8 1 49 46
Octal 352 175 173 0 57 57 10 1 111 106
Binary 11101010 1111101 1111011 0 101111 101111 1000 1 1001001 1000110

Color Harmonies of #EA7D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7D7B

Black with #EA7D7B

Text Example


Text Example

White with #EA7D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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