Html Css Color HEX #EC41B2 Persian Rose

📋 copy color: '#EC41B2'

red 236 ◦ green 65 ◦ blue 178

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

Shades of Persian Rose #EC41B2

Tints of Persian Rose #EC41B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.16%

R = 49.27%
G = 13.57%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC41B2 (or 0xEC41B2) is known color: Persian Rose. HEX triplet: EC, 41 and B2. RGB value is (236,65,178). Sum of RGB (Red+Green+Blue) = 236+65+178=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41B2 is #13BE4D. Grayscale: #808080. Windows color (decimal): -1293902 or 11682284. OLE color: 11682284.

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

Color convert

RGB 236 65 178 -
CMYK 0 0.72 0.25 0.07
HSL 320.35º 0.82% 0.59% -
HSV(B) 320.35º 0.72% 0.93% -
XYZ 44.52 24.83 44.57 -
YUV 129.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 236 65 178 0 0.72 0.25 0.07 320.35 0.82 0.59
Hex EC 41 B2 0 48 19 7 140 52 3B
Octal 354 101 262 0 110 31 7 500 122 73
Binary 11101100 1000001 10110010 0 1001000 11001 111 101000000 1010010 111011

Color Harmonies of #EC41B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC41B2

Black with #EC41B2

Text Example


Text Example

White with #EC41B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC41B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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