Html Css Color HEX #EA716A Geraldine

📋 copy color: '#EA716A'

red 234 ◦ green 113 ◦ blue 106

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

Shades of Geraldine #EA716A

Tints of Geraldine #EA716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.94%

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

R = 51.66%
G = 24.94%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA716A (or 0xEA716A) is known color: Geraldine. HEX triplet: EA, 71 and 6A. RGB value is (234,113,106). Sum of RGB (Red+Green+Blue) = 234+113+106=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA716A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA716A is #158E95. Grayscale: #949494. Windows color (decimal): -1412758 or 6975978. OLE color: 6975978.

HSL color Cylindrical-coordinate representation of color #EA716A: hue angle of 3.28º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA716A is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 113 106 -
CMYK 0 0.52 0.55 0.08
HSL 3.28º 0.75% 0.67% -
HSV(B) 3.28º 0.55% 0.92% -
XYZ 42.44 30.34 17.26 -
YUV 148.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 234 113 106 0 0.52 0.55 0.08 3.28 0.75 0.67
Hex EA 71 6A 0 34 37 8 3 4B 43
Octal 352 161 152 0 64 67 10 3 113 103
Binary 11101010 1110001 1101010 0 110100 110111 1000 11 1001011 1000011

Color Harmonies of #EA716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA716A

Black with #EA716A

Text Example


Text Example

White with #EA716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA716A; }

 p { color: rgb(234,113,106); }

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

background-color css

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

 a { background-color: rgb(234,113,106); }

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

border-color css

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

 span { border-color: rgb(234,113,106); }

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