Html Css Color HEX #EA7E7B Geraldine

📋 copy color: '#EA7E7B'

red 234 ◦ green 126 ◦ blue 123

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

Shades of Geraldine #EA7E7B

Tints of Geraldine #EA7E7B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.09%

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

R = 48.45%
G = 26.09%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA7E7B (or 0xEA7E7B) is known color: Geraldine. HEX triplet: EA, 7E and 7B. RGB value is (234,126,123). Sum of RGB (Red+Green+Blue) = 234+126+123=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E7B is #158184. Grayscale: #9E9E9E. Windows color (decimal): -1409413 or 8093418. OLE color: 8093418.

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

Color convert

RGB 234 126 123 -
CMYK 0 0.46 0.47 0.08
HSL 1.62º 0.73% 0.7% -
HSV(B) 1.62º 0.47% 0.92% -
XYZ 44.97 33.84 22.9 -
YUV 157.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 234 126 123 0 0.46 0.47 0.08 1.62 0.73 0.7
Hex EA 7E 7B 0 2E 2F 8 2 49 46
Octal 352 176 173 0 56 57 10 2 111 106
Binary 11101010 1111110 1111011 0 101110 101111 1000 10 1001001 1000110

Color Harmonies of #EA7E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7E7B

Black with #EA7E7B

Text Example


Text Example

White with #EA7E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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