Html Css Color HEX #EF35A3 Persian Rose

📋 copy color: '#EF35A3'

red 239 ◦ green 53 ◦ blue 163

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

Shades of Persian Rose #EF35A3

Tints of Persian Rose #EF35A3

RGB

 RED value IS 239 (93.75% from 255) = 52.53%

 GREEN value IS 53 (21.09% from 255) = 11.65%

 BLUE value IS 163 (64.06% from 255) = 35.82%

R = 52.53%
G = 11.65%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF35A3 (or 0xEF35A3) is known color: Persian Rose. HEX triplet: EF, 35 and A3. RGB value is (239,53,163). Sum of RGB (Red+Green+Blue) = 239+53+163=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF35A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF35A3 is #10CA5C. Grayscale: #787878. Windows color (decimal): -1100381 or 10696175. OLE color: 10696175.

HSL color Cylindrical-coordinate representation of color #EF35A3: hue angle of 324.52º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF35A3 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 53 163 -
CMYK 0 0.78 0.32 0.06
HSL 324.52º 0.85% 0.57% -
HSV(B) 324.52º 0.78% 0.94% -
XYZ 43.48 23.54 36.9 -
YUV 121.15 151.62 212.06 -
System Red Green Blue C M Y K H S L
Decimal 239 53 163 0 0.78 0.32 0.06 324.52 0.85 0.57
Hex EF 35 A3 0 4E 20 6 145 55 39
Octal 357 65 243 0 116 40 6 505 125 71
Binary 11101111 110101 10100011 0 1001110 100000 110 101000101 1010101 111001

Color Harmonies of #EF35A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF35A3

Black with #EF35A3

Text Example


Text Example

White with #EF35A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF35A3; }

 p { color: rgb(239,53,163); }

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

background-color css

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

 a { background-color: rgb(239,53,163); }

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

border-color css

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

 span { border-color: rgb(239,53,163); }

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