Html Css Color HEX #EF1CA0 Persian Rose

📋 copy color: '#EF1CA0'

red 239 ◦ green 28 ◦ blue 160

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

Shades of Persian Rose #EF1CA0

Tints of Persian Rose #EF1CA0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.56%

 BLUE value IS 160 (62.89% from 255) = 37.47%

R = 55.97%
G = 6.56%
B = 37.47%

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

#EF1CA0 (or 0xEF1CA0) is known color: Persian Rose. HEX triplet: EF, 1C and A0. RGB value is (239,28,160). Sum of RGB (Red+Green+Blue) = 239+28+160=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1CA0 is #10E35F. Grayscale: #696969. Windows color (decimal): -1106784 or 10493167. OLE color: 10493167.

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

Color convert

RGB 239 28 160 -
CMYK 0 0.88 0.33 0.06
HSL 322.46º 0.87% 0.52% -
HSV(B) 322.46º 0.88% 0.94% -
XYZ 42.36 21.72 35.22 -
YUV 106.14 158.4 222.77 -
System Red Green Blue C M Y K H S L
Decimal 239 28 160 0 0.88 0.33 0.06 322.46 0.87 0.52
Hex EF 1C A0 0 58 21 6 142 57 34
Octal 357 34 240 0 130 41 6 502 127 64
Binary 11101111 11100 10100000 0 1011000 100001 110 101000010 1010111 110100

Color Harmonies of #EF1CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CA0

Black with #EF1CA0

Text Example


Text Example

White with #EF1CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CA0; }

 p { color: rgb(239,28,160); }

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

background-color css

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

 a { background-color: rgb(239,28,160); }

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

border-color css

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

 span { border-color: rgb(239,28,160); }

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