Html Css Color HEX #EC42AB Brilliant Rose

📋 copy color: '#EC42AB'

red 236 ◦ green 66 ◦ blue 171

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

Shades of Brilliant Rose #EC42AB

Tints of Brilliant Rose #EC42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.95%

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 49.89%
G = 13.95%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC42AB (or 0xEC42AB) is known color: Brilliant Rose. HEX triplet: EC, 42 and AB. RGB value is (236,66,171). Sum of RGB (Red+Green+Blue) = 236+66+171=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42AB is #13BD54. Grayscale: #808080. Windows color (decimal): -1293653 or 11223788. OLE color: 11223788.

HSL color Cylindrical-coordinate representation of color #EC42AB: hue angle of 322.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC42AB is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 66 171 -
CMYK 0 0.72 0.28 0.07
HSL 322.94º 0.82% 0.59% -
HSV(B) 322.94º 0.72% 0.93% -
XYZ 43.89 24.67 40.98 -
YUV 128.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 236 66 171 0 0.72 0.28 0.07 322.94 0.82 0.59
Hex EC 42 AB 0 48 1C 7 143 52 3B
Octal 354 102 253 0 110 34 7 503 122 73
Binary 11101100 1000010 10101011 0 1001000 11100 111 101000011 1010010 111011

Color Harmonies of #EC42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42AB

Black with #EC42AB

Text Example


Text Example

White with #EC42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42AB; }

 p { color: rgb(236,66,171); }

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

background-color css

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

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

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

border-color css

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

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

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