Html Css Color HEX #EC30AF Persian Rose

📋 copy color: '#EC30AF'

red 236 ◦ green 48 ◦ blue 175

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

Shades of Persian Rose #EC30AF

Tints of Persian Rose #EC30AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.46%

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

R = 51.42%
G = 10.46%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC30AF (or 0xEC30AF) is known color: Persian Rose. HEX triplet: EC, 30 and AF. RGB value is (236,48,175). Sum of RGB (Red+Green+Blue) = 236+48+175=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC30AF is #13CF50. Grayscale: #767676. Windows color (decimal): -1298257 or 11481324. OLE color: 11481324.

HSL color Cylindrical-coordinate representation of color #EC30AF: hue angle of 319.47º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC30AF is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 175 -
CMYK 0 0.80 0.26 0.07
HSL 319.47º 0.83% 0.56% -
HSV(B) 319.47º 0.8% 0.93% -
XYZ 43.39 23.04 42.72 -
YUV 118.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 236 48 175 0 0.80 0.26 0.07 319.47 0.83 0.56
Hex EC 30 AF 0 50 1A 7 13F 53 38
Octal 354 60 257 0 120 32 7 477 123 70
Binary 11101100 110000 10101111 0 1010000 11010 111 100111111 1010011 111000

Color Harmonies of #EC30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC30AF

Black with #EC30AF

Text Example


Text Example

White with #EC30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC30AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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