Html Css Color HEX #EF30A3 Persian Rose

📋 copy color: '#EF30A3'

red 239 ◦ green 48 ◦ blue 163

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

Shades of Persian Rose #EF30A3

Tints of Persian Rose #EF30A3

RGB

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

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

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

R = 53.11%
G = 10.67%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF30A3 (or 0xEF30A3) is known color: Persian Rose. HEX triplet: EF, 30 and A3. RGB value is (239,48,163). Sum of RGB (Red+Green+Blue) = 239+48+163=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF30A3 is #10CF5C. Grayscale: #757575. Windows color (decimal): -1101661 or 10694895. OLE color: 10694895.

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

Color convert

RGB 239 48 163 -
CMYK 0 0.80 0.32 0.06
HSL 323.87º 0.86% 0.56% -
HSV(B) 323.87º 0.8% 0.94% -
XYZ 43.26 23.11 36.83 -
YUV 118.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 239 48 163 0 0.80 0.32 0.06 323.87 0.86 0.56
Hex EF 30 A3 0 50 20 6 144 56 38
Octal 357 60 243 0 120 40 6 504 126 70
Binary 11101111 110000 10100011 0 1010000 100000 110 101000100 1010110 111000

Color Harmonies of #EF30A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF30A3

Black with #EF30A3

Text Example


Text Example

White with #EF30A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF30A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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