Html Css Color HEX #EB2EAC Persian Rose

📋 copy color: '#EB2EAC'

red 235 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #EB2EAC

Tints of Persian Rose #EB2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.15%

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 51.88%
G = 10.15%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB2EAC (or 0xEB2EAC) is known color: Persian Rose. HEX triplet: EB, 2E and AC. RGB value is (235,46,172). Sum of RGB (Red+Green+Blue) = 235+46+172=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2EAC is #14D153. Grayscale: #747474. Windows color (decimal): -1364308 or 11284203. OLE color: 11284203.

HSL color Cylindrical-coordinate representation of color #EB2EAC: hue angle of 320º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2EAC is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 46 172 -
CMYK 0 0.80 0.27 0.08
HSL 320º 0.83% 0.55% -
HSV(B) 320º 0.8% 0.92% -
XYZ 42.68 22.59 41.14 -
YUV 116.88 159.12 212.25 -
System Red Green Blue C M Y K H S L
Decimal 235 46 172 0 0.80 0.27 0.08 320 0.83 0.55
Hex EB 2E AC 0 50 1B 8 140 53 37
Octal 353 56 254 0 120 33 10 500 123 67
Binary 11101011 101110 10101100 0 1010000 11011 1000 101000000 1010011 110111

Color Harmonies of #EB2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2EAC

Black with #EB2EAC

Text Example


Text Example

White with #EB2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2EAC; }

 p { color: rgb(235,46,172); }

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

background-color css

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

 a { background-color: rgb(235,46,172); }

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

border-color css

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

 span { border-color: rgb(235,46,172); }

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