Html Css Color HEX #EC826B Geraldine

📋 copy color: '#EC826B'

red 236 ◦ green 130 ◦ blue 107

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

Shades of Geraldine #EC826B

Tints of Geraldine #EC826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.62%

R = 49.89%
G = 27.48%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC826B (or 0xEC826B) is known color: Geraldine. HEX triplet: EC, 82 and 6B. RGB value is (236,130,107). Sum of RGB (Red+Green+Blue) = 236+130+107=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC826B is #137D94. Grayscale: #9F9F9F. Windows color (decimal): -1277333 or 7045868. OLE color: 7045868.

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

Color convert

RGB 236 130 107 -
CMYK 0 0.45 0.55 0.07
HSL 10.7º 0.77% 0.67% -
HSV(B) 10.7º 0.55% 0.93% -
XYZ 45.23 34.86 18.25 -
YUV 159.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 236 130 107 0 0.45 0.55 0.07 10.7 0.77 0.67
Hex EC 82 6B 0 2D 37 7 B 4D 43
Octal 354 202 153 0 55 67 7 13 115 103
Binary 11101100 10000010 1101011 0 101101 110111 111 1011 1001101 1000011

Color Harmonies of #EC826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC826B

Black with #EC826B

Text Example


Text Example

White with #EC826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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