Html Css Color HEX #EC40B2 Persian Rose

📋 copy color: '#EC40B2'

red 236 ◦ green 64 ◦ blue 178

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

Shades of Persian Rose #EC40B2

Tints of Persian Rose #EC40B2

RGB

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

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

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

R = 49.37%
G = 13.39%
B = 37.24%

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

#EC40B2 (or 0xEC40B2) is known color: Persian Rose. HEX triplet: EC, 40 and B2. RGB value is (236,64,178). Sum of RGB (Red+Green+Blue) = 236+64+178=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40B2 is #13BF4D. Grayscale: #808080. Windows color (decimal): -1294158 or 11682028. OLE color: 11682028.

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

Color convert

RGB 236 64 178 -
CMYK 0 0.73 0.25 0.07
HSL 320.23º 0.82% 0.59% -
HSV(B) 320.23º 0.73% 0.93% -
XYZ 44.46 24.71 44.55 -
YUV 128.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 236 64 178 0 0.73 0.25 0.07 320.23 0.82 0.59
Hex EC 40 B2 0 49 19 7 140 52 3B
Octal 354 100 262 0 111 31 7 500 122 73
Binary 11101100 1000000 10110010 0 1001001 11001 111 101000000 1010010 111011

Color Harmonies of #EC40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40B2

Black with #EC40B2

Text Example


Text Example

White with #EC40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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