Html Css Color HEX #EB41AF Persian Rose

📋 copy color: '#EB41AF'

red 235 ◦ green 65 ◦ blue 175

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

Shades of Persian Rose #EB41AF

Tints of Persian Rose #EB41AF

RGB

 RED value IS 235 (92.19% from 255) = 49.47%

 GREEN value IS 65 (25.78% from 255) = 13.68%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 49.47%
G = 13.68%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB41AF (or 0xEB41AF) is known color: Persian Rose. HEX triplet: EB, 41 and AF. RGB value is (235,65,175). Sum of RGB (Red+Green+Blue) = 235+65+175=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB41AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB41AF is #14BE50. Grayscale: #808080. Windows color (decimal): -1359441 or 11485675. OLE color: 11485675.

HSL color Cylindrical-coordinate representation of color #EB41AF: hue angle of 321.18º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB41AF is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 65 175 -
CMYK 0 0.72 0.26 0.08
HSL 321.18º 0.81% 0.59% -
HSV(B) 321.18º 0.72% 0.92% -
XYZ 43.89 24.54 42.98 -
YUV 128.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 235 65 175 0 0.72 0.26 0.08 321.18 0.81 0.59
Hex EB 41 AF 0 48 1A 8 141 51 3B
Octal 353 101 257 0 110 32 10 501 121 73
Binary 11101011 1000001 10101111 0 1001000 11010 1000 101000001 1010001 111011

Color Harmonies of #EB41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB41AF

Black with #EB41AF

Text Example


Text Example

White with #EB41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB41AF; }

 p { color: rgb(235,65,175); }

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

background-color css

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

 a { background-color: rgb(235,65,175); }

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

border-color css

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

 span { border-color: rgb(235,65,175); }

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