Html Css Color HEX #EC6B68 Geraldine

📋 copy color: '#EC6B68'

red 236 ◦ green 107 ◦ blue 104

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

Shades of Geraldine #EC6B68

Tints of Geraldine #EC6B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 52.8%
G = 23.94%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC6B68 (or 0xEC6B68) is known color: Geraldine. HEX triplet: EC, 6B and 68. RGB value is (236,107,104). Sum of RGB (Red+Green+Blue) = 236+107+104=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6B68 is #139497. Grayscale: #919191. Windows color (decimal): -1283224 or 6843372. OLE color: 6843372.

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

Color convert

RGB 236 107 104 -
CMYK 0 0.55 0.56 0.07
HSL 1.36º 0.78% 0.67% -
HSV(B) 1.36º 0.56% 0.93% -
XYZ 42.35 29.35 16.53 -
YUV 145.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 236 107 104 0 0.55 0.56 0.07 1.36 0.78 0.67
Hex EC 6B 68 0 37 38 7 1 4E 43
Octal 354 153 150 0 67 70 7 1 116 103
Binary 11101100 1101011 1101000 0 110111 111000 111 1 1001110 1000011

Color Harmonies of #EC6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B68

Black with #EC6B68

Text Example


Text Example

White with #EC6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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