Html Css Color HEX #EC41AF Brilliant Rose

📋 copy color: '#EC41AF'

red 236 ◦ green 65 ◦ blue 175

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

Shades of Brilliant Rose #EC41AF

Tints of Brilliant Rose #EC41AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.66%

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

R = 49.58%
G = 13.66%
B = 36.76%

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

#EC41AF (or 0xEC41AF) is known color: Brilliant Rose. HEX triplet: EC, 41 and AF. RGB value is (236,65,175). Sum of RGB (Red+Green+Blue) = 236+65+175=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41AF is #13BE50. Grayscale: #808080. Windows color (decimal): -1293905 or 11485676. OLE color: 11485676.

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

Color convert

RGB 236 65 175 -
CMYK 0 0.72 0.26 0.07
HSL 321.4º 0.82% 0.59% -
HSV(B) 321.4º 0.72% 0.93% -
XYZ 44.22 24.71 43 -
YUV 128.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 236 65 175 0 0.72 0.26 0.07 321.4 0.82 0.59
Hex EC 41 AF 0 48 1A 7 141 52 3B
Octal 354 101 257 0 110 32 7 501 122 73
Binary 11101100 1000001 10101111 0 1001000 11010 111 101000001 1010010 111011

Color Harmonies of #EC41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41AF

Black with #EC41AF

Text Example


Text Example

White with #EC41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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