Html Css Color HEX #ED816E Geraldine

📋 copy color: '#ED816E'

red 237 ◦ green 129 ◦ blue 110

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

Shades of Geraldine #ED816E

Tints of Geraldine #ED816E

RGB

 RED value IS 237 (92.97% from 255) = 49.79%

 GREEN value IS 129 (50.78% from 255) = 27.1%

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 49.79%
G = 27.1%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED816E (or 0xED816E) is known color: Geraldine. HEX triplet: ED, 81 and 6E. RGB value is (237,129,110). Sum of RGB (Red+Green+Blue) = 237+129+110=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED816E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED816E is #127E91. Grayscale: #9F9F9F. Windows color (decimal): -1212050 or 7242221. OLE color: 7242221.

HSL color Cylindrical-coordinate representation of color #ED816E: hue angle of 8.98º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED816E is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 110 -
CMYK 0 0.46 0.54 0.07
HSL 8.98º 0.78% 0.68% -
HSV(B) 8.98º 0.54% 0.93% -
XYZ 45.59 34.83 19.07 -
YUV 159.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 237 129 110 0 0.46 0.54 0.07 8.98 0.78 0.68
Hex ED 81 6E 0 2E 36 7 9 4E 44
Octal 355 201 156 0 56 66 7 11 116 104
Binary 11101101 10000001 1101110 0 101110 110110 111 1001 1001110 1000100

Color Harmonies of #ED816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED816E

Black with #ED816E

Text Example


Text Example

White with #ED816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED816E; }

 p { color: rgb(237,129,110); }

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

background-color css

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

 a { background-color: rgb(237,129,110); }

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

border-color css

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

 span { border-color: rgb(237,129,110); }

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