Html Css Color HEX #EC40B1 Persian Rose

📋 copy color: '#EC40B1'

red 236 ◦ green 64 ◦ blue 177

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

Shades of Persian Rose #EC40B1

Tints of Persian Rose #EC40B1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.42%

 BLUE value IS 177 (69.53% from 255) = 37.11%

R = 49.48%
G = 13.42%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC40B1 (or 0xEC40B1) is known color: Persian Rose. HEX triplet: EC, 40 and B1. RGB value is (236,64,177). Sum of RGB (Red+Green+Blue) = 236+64+177=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40B1 is #13BF4E. Grayscale: #808080. Windows color (decimal): -1294159 or 11616492. OLE color: 11616492.

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

Color convert

RGB 236 64 177 -
CMYK 0 0.73 0.25 0.07
HSL 320.58º 0.82% 0.59% -
HSV(B) 320.58º 0.73% 0.93% -
XYZ 44.36 24.67 44.02 -
YUV 128.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 236 64 177 0 0.73 0.25 0.07 320.58 0.82 0.59
Hex EC 40 B1 0 49 19 7 141 52 3B
Octal 354 100 261 0 111 31 7 501 122 73
Binary 11101100 1000000 10110001 0 1001001 11001 111 101000001 1010010 111011

Color Harmonies of #EC40B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40B1

Black with #EC40B1

Text Example


Text Example

White with #EC40B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40B1; }

 p { color: rgb(236,64,177); }

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

background-color css

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

 a { background-color: rgb(236,64,177); }

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

border-color css

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

 span { border-color: rgb(236,64,177); }

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