Html Css Color HEX #EB41B2 Persian Rose

📋 copy color: '#EB41B2'

red 235 ◦ green 65 ◦ blue 178

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

Shades of Persian Rose #EB41B2

Tints of Persian Rose #EB41B2

RGB

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

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

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

R = 49.16%
G = 13.6%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB41B2 (or 0xEB41B2) is known color: Persian Rose. HEX triplet: EB, 41 and B2. RGB value is (235,65,178). Sum of RGB (Red+Green+Blue) = 235+65+178=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB41B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB41B2 is #14BE4D. Grayscale: #808080. Windows color (decimal): -1359438 or 11682283. OLE color: 11682283.

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

Color convert

RGB 235 65 178 -
CMYK 0 0.72 0.24 0.08
HSL 320.12º 0.81% 0.59% -
HSV(B) 320.12º 0.72% 0.92% -
XYZ 44.19 24.66 44.55 -
YUV 128.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 235 65 178 0 0.72 0.24 0.08 320.12 0.81 0.59
Hex EB 41 B2 0 48 18 8 140 51 3B
Octal 353 101 262 0 110 30 10 500 121 73
Binary 11101011 1000001 10110010 0 1001000 11000 1000 101000000 1010001 111011

Color Harmonies of #EB41B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB41B2

Black with #EB41B2

Text Example


Text Example

White with #EB41B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB41B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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