Html Css Color HEX #EC6F6A Geraldine

📋 copy color: '#EC6F6A'

red 236 ◦ green 111 ◦ blue 106

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

Shades of Geraldine #EC6F6A

Tints of Geraldine #EC6F6A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.5%

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

R = 52.1%
G = 24.5%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC6F6A (or 0xEC6F6A) is known color: Geraldine. HEX triplet: EC, 6F and 6A. RGB value is (236,111,106). Sum of RGB (Red+Green+Blue) = 236+111+106=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F6A is #139095. Grayscale: #939393. Windows color (decimal): -1282198 or 6975468. OLE color: 6975468.

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

Color convert

RGB 236 111 106 -
CMYK 0 0.53 0.55 0.07
HSL 2.31º 0.77% 0.67% -
HSV(B) 2.31º 0.55% 0.93% -
XYZ 42.88 30.24 17.21 -
YUV 147.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 236 111 106 0 0.53 0.55 0.07 2.31 0.77 0.67
Hex EC 6F 6A 0 35 37 7 2 4D 43
Octal 354 157 152 0 65 67 7 2 115 103
Binary 11101100 1101111 1101010 0 110101 110111 111 10 1001101 1000011

Color Harmonies of #EC6F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F6A

Black with #EC6F6A

Text Example


Text Example

White with #EC6F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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