Html Css Color HEX #EB40AF Persian Rose

📋 copy color: '#EB40AF'

red 235 ◦ green 64 ◦ blue 175

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

Shades of Persian Rose #EB40AF

Tints of Persian Rose #EB40AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.5%

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

R = 49.58%
G = 13.5%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB40AF (or 0xEB40AF) is known color: Persian Rose. HEX triplet: EB, 40 and AF. RGB value is (235,64,175). Sum of RGB (Red+Green+Blue) = 235+64+175=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB40AF is #14BF50. Grayscale: #7F7F7F. Windows color (decimal): -1359697 or 11485419. OLE color: 11485419.

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

Color convert

RGB 235 64 175 -
CMYK 0 0.73 0.26 0.08
HSL 321.05º 0.81% 0.59% -
HSV(B) 321.05º 0.73% 0.92% -
XYZ 43.83 24.42 42.96 -
YUV 127.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 235 64 175 0 0.73 0.26 0.08 321.05 0.81 0.59
Hex EB 40 AF 0 49 1A 8 141 51 3B
Octal 353 100 257 0 111 32 10 501 121 73
Binary 11101011 1000000 10101111 0 1001001 11010 1000 101000001 1010001 111011

Color Harmonies of #EB40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40AF

Black with #EB40AF

Text Example


Text Example

White with #EB40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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