Html Css Color HEX #EF1D9C Persian Rose

📋 copy color: '#EF1D9C'

red 239 ◦ green 29 ◦ blue 156

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

Shades of Persian Rose #EF1D9C

Tints of Persian Rose #EF1D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 56.37%
G = 6.84%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF1D9C (or 0xEF1D9C) is known color: Persian Rose. HEX triplet: EF, 1D and 9C. RGB value is (239,29,156). Sum of RGB (Red+Green+Blue) = 239+29+156=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1D9C is #10E263. Grayscale: #696969. Windows color (decimal): -1106532 or 10231279. OLE color: 10231279.

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

Color convert

RGB 239 29 156 -
CMYK 0 0.88 0.35 0.06
HSL 323.71º 0.87% 0.53% -
HSV(B) 323.71º 0.88% 0.94% -
XYZ 42.04 21.63 33.41 -
YUV 106.27 156.07 222.67 -
System Red Green Blue C M Y K H S L
Decimal 239 29 156 0 0.88 0.35 0.06 323.71 0.87 0.53
Hex EF 1D 9C 0 58 23 6 144 57 35
Octal 357 35 234 0 130 43 6 504 127 65
Binary 11101111 11101 10011100 0 1011000 100011 110 101000100 1010111 110101

Color Harmonies of #EF1D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1D9C

Black with #EF1D9C

Text Example


Text Example

White with #EF1D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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