Html Css Color HEX #EF1DA1 Persian Rose

📋 copy color: '#EF1DA1'

red 239 ◦ green 29 ◦ blue 161

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

Shades of Persian Rose #EF1DA1

Tints of Persian Rose #EF1DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.76%

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 55.71%
G = 6.76%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF1DA1 (or 0xEF1DA1) is known color: Persian Rose. HEX triplet: EF, 1D and A1. RGB value is (239,29,161). Sum of RGB (Red+Green+Blue) = 239+29+161=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1DA1 is #10E25E. Grayscale: #6A6A6A. Windows color (decimal): -1106527 or 10558959. OLE color: 10558959.

HSL color Cylindrical-coordinate representation of color #EF1DA1: hue angle of 322.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DA1 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 29 161 -
CMYK 0 0.88 0.33 0.06
HSL 322.29º 0.87% 0.53% -
HSV(B) 322.29º 0.88% 0.94% -
XYZ 42.47 21.8 35.69 -
YUV 106.84 158.57 222.27 -
System Red Green Blue C M Y K H S L
Decimal 239 29 161 0 0.88 0.33 0.06 322.29 0.87 0.53
Hex EF 1D A1 0 58 21 6 142 57 35
Octal 357 35 241 0 130 41 6 502 127 65
Binary 11101111 11101 10100001 0 1011000 100001 110 101000010 1010111 110101

Color Harmonies of #EF1DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DA1

Black with #EF1DA1

Text Example


Text Example

White with #EF1DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DA1; }

 p { color: rgb(239,29,161); }

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

background-color css

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

 a { background-color: rgb(239,29,161); }

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

border-color css

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

 span { border-color: rgb(239,29,161); }

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