Html Css Color HEX #EF35B3 Persian Rose

📋 copy color: '#EF35B3'

red 239 ◦ green 53 ◦ blue 179

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

Shades of Persian Rose #EF35B3

Tints of Persian Rose #EF35B3

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.25%

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

R = 50.74%
G = 11.25%
B = 38%

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

#EF35B3 (or 0xEF35B3) is known color: Persian Rose. HEX triplet: EF, 35 and B3. RGB value is (239,53,179). Sum of RGB (Red+Green+Blue) = 239+53+179=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF35B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF35B3 is #10CA4C. Grayscale: #7A7A7A. Windows color (decimal): -1100365 or 11744751. OLE color: 11744751.

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

Color convert

RGB 239 53 179 -
CMYK 0 0.78 0.25 0.06
HSL 319.35º 0.85% 0.57% -
HSV(B) 319.35º 0.78% 0.94% -
XYZ 45.01 24.15 44.94 -
YUV 122.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 239 53 179 0 0.78 0.25 0.06 319.35 0.85 0.57
Hex EF 35 B3 0 4E 19 6 13F 55 39
Octal 357 65 263 0 116 31 6 477 125 71
Binary 11101111 110101 10110011 0 1001110 11001 110 100111111 1010101 111001

Color Harmonies of #EF35B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF35B3

Black with #EF35B3

Text Example


Text Example

White with #EF35B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF35B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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