Html Css Color HEX #EC826C Geraldine

📋 copy color: '#EC826C'

red 236 ◦ green 130 ◦ blue 108

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

Shades of Geraldine #EC826C

Tints of Geraldine #EC826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 49.79%
G = 27.43%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC826C (or 0xEC826C) is known color: Geraldine. HEX triplet: EC, 82 and 6C. RGB value is (236,130,108). Sum of RGB (Red+Green+Blue) = 236+130+108=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC826C is #137D93. Grayscale: #9F9F9F. Windows color (decimal): -1277332 or 7111404. OLE color: 7111404.

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

Color convert

RGB 236 130 108 -
CMYK 0 0.45 0.54 0.07
HSL 10.31º 0.77% 0.67% -
HSV(B) 10.31º 0.54% 0.93% -
XYZ 45.28 34.88 18.53 -
YUV 159.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 236 130 108 0 0.45 0.54 0.07 10.31 0.77 0.67
Hex EC 82 6C 0 2D 36 7 A 4D 43
Octal 354 202 154 0 55 66 7 12 115 103
Binary 11101100 10000010 1101100 0 101101 110110 111 1010 1001101 1000011

Color Harmonies of #EC826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC826C

Black with #EC826C

Text Example


Text Example

White with #EC826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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