Html Css Color HEX #EC6C6A Geraldine

📋 copy color: '#EC6C6A'

red 236 ◦ green 108 ◦ blue 106

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

Shades of Geraldine #EC6C6A

Tints of Geraldine #EC6C6A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

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

R = 52.44%
G = 24%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC6C6A (or 0xEC6C6A) is known color: Geraldine. HEX triplet: EC, 6C and 6A. RGB value is (236,108,106). Sum of RGB (Red+Green+Blue) = 236+108+106=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C6A is #139395. Grayscale: #929292. Windows color (decimal): -1282966 or 6974700. OLE color: 6974700.

HSL color Cylindrical-coordinate representation of color #EC6C6A: hue angle of 0.92º 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 #EC6C6A is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 108 106 -
CMYK 0 0.54 0.55 0.07
HSL 0.92º 0.77% 0.67% -
HSV(B) 0.92º 0.55% 0.93% -
XYZ 42.56 29.6 17.11 -
YUV 146.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 236 108 106 0 0.54 0.55 0.07 0.92 0.77 0.67
Hex EC 6C 6A 0 36 37 7 1 4D 43
Octal 354 154 152 0 66 67 7 1 115 103
Binary 11101100 1101100 1101010 0 110110 110111 111 1 1001101 1000011

Color Harmonies of #EC6C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C6A

Black with #EC6C6A

Text Example


Text Example

White with #EC6C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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