Html Css Color HEX #EA7A75 Geraldine

📋 copy color: '#EA7A75'

red 234 ◦ green 122 ◦ blue 117

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

Shades of Geraldine #EA7A75

Tints of Geraldine #EA7A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.79%

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 49.47%
G = 25.79%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA7A75 (or 0xEA7A75) is known color: Geraldine. HEX triplet: EA, 7A and 75. RGB value is (234,122,117). Sum of RGB (Red+Green+Blue) = 234+122+117=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A75 is #15858A. Grayscale: #9B9B9B. Windows color (decimal): -1410443 or 7699178. OLE color: 7699178.

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

Color convert

RGB 234 122 117 -
CMYK 0 0.48 0.5 0.08
HSL 2.56º 0.74% 0.69% -
HSV(B) 2.56º 0.5% 0.92% -
XYZ 44.1 32.7 20.82 -
YUV 154.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 234 122 117 0 0.48 0.5 0.08 2.56 0.74 0.69
Hex EA 7A 75 0 30 32 8 3 4A 45
Octal 352 172 165 0 60 62 10 3 112 105
Binary 11101010 1111010 1110101 0 110000 110010 1000 11 1001010 1000101

Color Harmonies of #EA7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A75

Black with #EA7A75

Text Example


Text Example

White with #EA7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A75; }

 p { color: rgb(234,122,117); }

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

background-color css

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

 a { background-color: rgb(234,122,117); }

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

border-color css

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

 span { border-color: rgb(234,122,117); }

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