Html Css Color HEX #EF35A5 Persian Rose

📋 copy color: '#EF35A5'

red 239 ◦ green 53 ◦ blue 165

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

Shades of Persian Rose #EF35A5

Tints of Persian Rose #EF35A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 52.3%
G = 11.6%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF35A5 (or 0xEF35A5) is known color: Persian Rose. HEX triplet: EF, 35 and A5. RGB value is (239,53,165). Sum of RGB (Red+Green+Blue) = 239+53+165=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF35A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF35A5 is #10CA5A. Grayscale: #797979. Windows color (decimal): -1100379 or 10827247. OLE color: 10827247.

HSL color Cylindrical-coordinate representation of color #EF35A5: hue angle of 323.87º 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 #EF35A5 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 53 165 -
CMYK 0 0.78 0.31 0.06
HSL 323.87º 0.85% 0.57% -
HSV(B) 323.87º 0.78% 0.94% -
XYZ 43.66 23.61 37.85 -
YUV 121.38 152.62 211.89 -
System Red Green Blue C M Y K H S L
Decimal 239 53 165 0 0.78 0.31 0.06 323.87 0.85 0.57
Hex EF 35 A5 0 4E 1F 6 144 55 39
Octal 357 65 245 0 116 37 6 504 125 71
Binary 11101111 110101 10100101 0 1001110 11111 110 101000100 1010101 111001

Color Harmonies of #EF35A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF35A5

Black with #EF35A5

Text Example


Text Example

White with #EF35A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF35A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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