Html Css Color HEX #EF34B3 Persian Rose

📋 copy color: '#EF34B3'

red 239 ◦ green 52 ◦ blue 179

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

Shades of Persian Rose #EF34B3

Tints of Persian Rose #EF34B3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.06%

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 50.85%
G = 11.06%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF34B3 (or 0xEF34B3) is known color: Persian Rose. HEX triplet: EF, 34 and B3. RGB value is (239,52,179). Sum of RGB (Red+Green+Blue) = 239+52+179=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF34B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF34B3 is #10CB4C. Grayscale: #7A7A7A. Windows color (decimal): -1100621 or 11744495. OLE color: 11744495.

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

Color convert

RGB 239 52 179 -
CMYK 0 0.78 0.25 0.06
HSL 319.25º 0.85% 0.57% -
HSV(B) 319.25º 0.78% 0.94% -
XYZ 44.96 24.06 44.92 -
YUV 122.39 159.95 211.17 -
System Red Green Blue C M Y K H S L
Decimal 239 52 179 0 0.78 0.25 0.06 319.25 0.85 0.57
Hex EF 34 B3 0 4E 19 6 13F 55 39
Octal 357 64 263 0 116 31 6 477 125 71
Binary 11101111 110100 10110011 0 1001110 11001 110 100111111 1010101 111001

Color Harmonies of #EF34B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF34B3

Black with #EF34B3

Text Example


Text Example

White with #EF34B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF34B3; }

 p { color: rgb(239,52,179); }

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

background-color css

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

 a { background-color: rgb(239,52,179); }

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

border-color css

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

 span { border-color: rgb(239,52,179); }

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