Html Css Color HEX #EF3CAB Persian Rose

📋 copy color: '#EF3CAB'

red 239 ◦ green 60 ◦ blue 171

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

Shades of Persian Rose #EF3CAB

Tints of Persian Rose #EF3CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.77%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 50.85%
G = 12.77%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF3CAB (or 0xEF3CAB) is known color: Persian Rose. HEX triplet: EF, 3C and AB. RGB value is (239,60,171). Sum of RGB (Red+Green+Blue) = 239+60+171=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3CAB is #10C354. Grayscale: #7D7D7D. Windows color (decimal): -1098581 or 11222255. OLE color: 11222255.

HSL color Cylindrical-coordinate representation of color #EF3CAB: hue angle of 322.79º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3CAB is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 60 171 -
CMYK 0 0.75 0.28 0.06
HSL 322.79º 0.85% 0.59% -
HSV(B) 322.79º 0.75% 0.94% -
XYZ 44.56 24.52 40.91 -
YUV 126.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 239 60 171 0 0.75 0.28 0.06 322.79 0.85 0.59
Hex EF 3C AB 0 4B 1C 6 143 55 3B
Octal 357 74 253 0 113 34 6 503 125 73
Binary 11101111 111100 10101011 0 1001011 11100 110 101000011 1010101 111011

Color Harmonies of #EF3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3CAB

Black with #EF3CAB

Text Example


Text Example

White with #EF3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3CAB; }

 p { color: rgb(239,60,171); }

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

background-color css

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

 a { background-color: rgb(239,60,171); }

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

border-color css

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

 span { border-color: rgb(239,60,171); }

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