Html Css Color HEX #EB7EC2 Persian Pink

📋 copy color: '#EB7EC2'

red 235 ◦ green 126 ◦ blue 194

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

Shades of Persian Pink #EB7EC2

Tints of Persian Pink #EB7EC2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.7%

 BLUE value IS 194 (76.17% from 255) = 34.95%

R = 42.34%
G = 22.7%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB7EC2 (or 0xEB7EC2) is known color: Persian Pink. HEX triplet: EB, 7E and C2. RGB value is (235,126,194). Sum of RGB (Red+Green+Blue) = 235+126+194=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7EC2 is #14813D. Grayscale: #A6A6A6. Windows color (decimal): -1343806 or 12746475. OLE color: 12746475.

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

Color convert

RGB 235 126 194 -
CMYK 0 0.46 0.17 0.08
HSL 322.57º 0.73% 0.71% -
HSV(B) 322.57º 0.46% 0.92% -
XYZ 51.46 36.48 55.37 -
YUV 166.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 235 126 194 0 0.46 0.17 0.08 322.57 0.73 0.71
Hex EB 7E C2 0 2E 11 8 143 49 47
Octal 353 176 302 0 56 21 10 503 111 107
Binary 11101011 1111110 11000010 0 101110 10001 1000 101000011 1001001 1000111

Color Harmonies of #EB7EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7EC2

Black with #EB7EC2

Text Example


Text Example

White with #EB7EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7EC2; }

 p { color: rgb(235,126,194); }

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

background-color css

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

 a { background-color: rgb(235,126,194); }

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

border-color css

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

 span { border-color: rgb(235,126,194); }

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