Html Css Color HEX #EC6B6B Geraldine

📋 copy color: '#EC6B6B'

red 236 ◦ green 107 ◦ blue 107

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

Shades of Geraldine #EC6B6B

Tints of Geraldine #EC6B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

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

R = 52.44%
G = 23.78%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC6B6B (or 0xEC6B6B) is known color: Geraldine. HEX triplet: EC, 6B and 6B. RGB value is (236,107,107). Sum of RGB (Red+Green+Blue) = 236+107+107=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B6B is #139494. Grayscale: #919191. Windows color (decimal): -1283221 or 7039980. OLE color: 7039980.

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

Color convert

RGB 236 107 107 -
CMYK 0 0.55 0.55 0.07
HSL 0.77% 0.67% -
HSV(B) 0.55% 0.93% -
XYZ 42.5 29.41 17.35 -
YUV 145.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 236 107 107 0 0.55 0.55 0.07 0 0.77 0.67
Hex EC 6B 6B 0 37 37 7 0 4D 43
Octal 354 153 153 0 67 67 7 0 115 103
Binary 11101100 1101011 1101011 0 110111 110111 111 0 1001101 1000011

Color Harmonies of #EC6B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B6B

Black with #EC6B6B

Text Example


Text Example

White with #EC6B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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