Html Css Color HEX #EC42AF Brilliant Rose

📋 copy color: '#EC42AF'

red 236 ◦ green 66 ◦ blue 175

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

Shades of Brilliant Rose #EC42AF

Tints of Brilliant Rose #EC42AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 49.48%
G = 13.84%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC42AF (or 0xEC42AF) is known color: Brilliant Rose. HEX triplet: EC, 42 and AF. RGB value is (236,66,175). Sum of RGB (Red+Green+Blue) = 236+66+175=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC42AF is #13BD50. Grayscale: #808080. Windows color (decimal): -1293649 or 11485932. OLE color: 11485932.

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

Color convert

RGB 236 66 175 -
CMYK 0 0.72 0.26 0.07
HSL 321.53º 0.82% 0.59% -
HSV(B) 321.53º 0.72% 0.93% -
XYZ 44.28 24.82 43.02 -
YUV 129.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 236 66 175 0 0.72 0.26 0.07 321.53 0.82 0.59
Hex EC 42 AF 0 48 1A 7 142 52 3B
Octal 354 102 257 0 110 32 7 502 122 73
Binary 11101100 1000010 10101111 0 1001000 11010 111 101000010 1010010 111011

Color Harmonies of #EC42AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC42AF

Black with #EC42AF

Text Example


Text Example

White with #EC42AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC42AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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