Html Css Color HEX #EC4B8B French Rose

📋 copy color: '#EC4B8B'

red 236 ◦ green 75 ◦ blue 139

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

Shades of French Rose #EC4B8B

Tints of French Rose #EC4B8B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.67%

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 52.44%
G = 16.67%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC4B8B (or 0xEC4B8B) is known color: French Rose. HEX triplet: EC, 4B and 8B. RGB value is (236,75,139). Sum of RGB (Red+Green+Blue) = 236+75+139=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B8B is #13B474. Grayscale: #828282. Windows color (decimal): -1291381 or 9128940. OLE color: 9128940.

HSL color Cylindrical-coordinate representation of color #EC4B8B: hue angle of 336.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4B8B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 75 139 -
CMYK 0 0.68 0.41 0.07
HSL 336.15º 0.81% 0.61% -
HSV(B) 336.15º 0.68% 0.93% -
XYZ 41.77 24.73 27 -
YUV 130.44 132.84 203.3 -
System Red Green Blue C M Y K H S L
Decimal 236 75 139 0 0.68 0.41 0.07 336.15 0.81 0.61
Hex EC 4B 8B 0 44 29 7 150 51 3D
Octal 354 113 213 0 104 51 7 520 121 75
Binary 11101100 1001011 10001011 0 1000100 101001 111 101010000 1010001 111101

Color Harmonies of #EC4B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B8B

Black with #EC4B8B

Text Example


Text Example

White with #EC4B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B8B; }

 p { color: rgb(236,75,139); }

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

background-color css

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

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

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

border-color css

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

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

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