Html Css Color HEX #EC6D6B Geraldine

📋 copy color: '#EC6D6B'

red 236 ◦ green 109 ◦ blue 107

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

Shades of Geraldine #EC6D6B

Tints of Geraldine #EC6D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.12%

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

R = 52.21%
G = 24.12%
B = 23.67%

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

#EC6D6B (or 0xEC6D6B) is known color: Geraldine. HEX triplet: EC, 6D and 6B. RGB value is (236,109,107). Sum of RGB (Red+Green+Blue) = 236+109+107=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D6B is #139294. Grayscale: #929292. Windows color (decimal): -1282709 or 7040492. OLE color: 7040492.

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

Color convert

RGB 236 109 107 -
CMYK 0 0.54 0.55 0.07
HSL 0.93º 0.77% 0.67% -
HSV(B) 0.93º 0.55% 0.93% -
XYZ 42.71 29.83 17.42 -
YUV 146.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 236 109 107 0 0.54 0.55 0.07 0.93 0.77 0.67
Hex EC 6D 6B 0 36 37 7 1 4D 43
Octal 354 155 153 0 66 67 7 1 115 103
Binary 11101100 1101101 1101011 0 110110 110111 111 1 1001101 1000011

Color Harmonies of #EC6D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D6B

Black with #EC6D6B

Text Example


Text Example

White with #EC6D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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