Html Css Color HEX #EB40B2 Persian Rose

📋 copy color: '#EB40B2'

red 235 ◦ green 64 ◦ blue 178

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

Shades of Persian Rose #EB40B2

Tints of Persian Rose #EB40B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 49.27%
G = 13.42%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB40B2 (or 0xEB40B2) is known color: Persian Rose. HEX triplet: EB, 40 and B2. RGB value is (235,64,178). Sum of RGB (Red+Green+Blue) = 235+64+178=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB40B2 is #14BF4D. Grayscale: #7F7F7F. Windows color (decimal): -1359694 or 11682027. OLE color: 11682027.

HSL color Cylindrical-coordinate representation of color #EB40B2: hue angle of 320º 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 #EB40B2 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 178 -
CMYK 0 0.73 0.24 0.08
HSL 320º 0.81% 0.59% -
HSV(B) 320º 0.73% 0.92% -
XYZ 44.13 24.54 44.53 -
YUV 128.13 156.15 204.23 -
System Red Green Blue C M Y K H S L
Decimal 235 64 178 0 0.73 0.24 0.08 320 0.81 0.59
Hex EB 40 B2 0 49 18 8 140 51 3B
Octal 353 100 262 0 111 30 10 500 121 73
Binary 11101011 1000000 10110010 0 1001001 11000 1000 101000000 1010001 111011

Color Harmonies of #EB40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40B2

Black with #EB40B2

Text Example


Text Example

White with #EB40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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