Html Css Color HEX #EF30AA Persian Rose

📋 copy color: '#EF30AA'

red 239 ◦ green 48 ◦ blue 170

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

Shades of Persian Rose #EF30AA

Tints of Persian Rose #EF30AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 52.3%
G = 10.5%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF30AA (or 0xEF30AA) is known color: Persian Rose. HEX triplet: EF, 30 and AA. RGB value is (239,48,170). Sum of RGB (Red+Green+Blue) = 239+48+170=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF30AA is #10CF55. Grayscale: #767676. Windows color (decimal): -1101654 or 11153647. OLE color: 11153647.

HSL color Cylindrical-coordinate representation of color #EF30AA: hue angle of 321.68º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF30AA is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 48 170 -
CMYK 0 0.80 0.29 0.06
HSL 321.68º 0.86% 0.56% -
HSV(B) 321.68º 0.8% 0.94% -
XYZ 43.91 23.37 40.23 -
YUV 119.02 156.78 213.58 -
System Red Green Blue C M Y K H S L
Decimal 239 48 170 0 0.80 0.29 0.06 321.68 0.86 0.56
Hex EF 30 AA 0 50 1D 6 142 56 38
Octal 357 60 252 0 120 35 6 502 126 70
Binary 11101111 110000 10101010 0 1010000 11101 110 101000010 1010110 111000

Color Harmonies of #EF30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF30AA

Black with #EF30AA

Text Example


Text Example

White with #EF30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF30AA; }

 p { color: rgb(239,48,170); }

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

background-color css

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

 a { background-color: rgb(239,48,170); }

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

border-color css

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

 span { border-color: rgb(239,48,170); }

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