Html Css Color HEX #EC826E Geraldine

📋 copy color: '#EC826E'

red 236 ◦ green 130 ◦ blue 110

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

Shades of Geraldine #EC826E

Tints of Geraldine #EC826E

RGB

 RED value IS 236 (92.58% from 255) = 49.58%

 GREEN value IS 130 (51.17% from 255) = 27.31%

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

R = 49.58%
G = 27.31%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC826E (or 0xEC826E) is known color: Geraldine. HEX triplet: EC, 82 and 6E. RGB value is (236,130,110). Sum of RGB (Red+Green+Blue) = 236+130+110=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC826E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC826E is #137D91. Grayscale: #9F9F9F. Windows color (decimal): -1277330 or 7242476. OLE color: 7242476.

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

Color convert

RGB 236 130 110 -
CMYK 0 0.45 0.53 0.07
HSL 9.52º 0.77% 0.68% -
HSV(B) 9.52º 0.53% 0.93% -
XYZ 45.39 34.92 19.1 -
YUV 159.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 236 130 110 0 0.45 0.53 0.07 9.52 0.77 0.68
Hex EC 82 6E 0 2D 35 7 A 4D 44
Octal 354 202 156 0 55 65 7 12 115 104
Binary 11101100 10000010 1101110 0 101101 110101 111 1010 1001101 1000100

Color Harmonies of #EC826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC826E

Black with #EC826E

Text Example


Text Example

White with #EC826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC826E; }

 p { color: rgb(236,130,110); }

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

background-color css

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

 a { background-color: rgb(236,130,110); }

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

border-color css

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

 span { border-color: rgb(236,130,110); }

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