Html Css Color HEX #EB74B0 Persian Pink

📋 copy color: '#EB74B0'

red 235 ◦ green 116 ◦ blue 176

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

Shades of Persian Pink #EB74B0

Tints of Persian Pink #EB74B0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.01%

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 44.59%
G = 22.01%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB74B0 (or 0xEB74B0) is known color: Persian Pink. HEX triplet: EB, 74 and B0. RGB value is (235,116,176). Sum of RGB (Red+Green+Blue) = 235+116+176=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB74B0 is #148B4F. Grayscale: #9E9E9E. Windows color (decimal): -1346384 or 11564267. OLE color: 11564267.

HSL color Cylindrical-coordinate representation of color #EB74B0: hue angle of 329.75º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB74B0 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 116 176 -
CMYK 0 0.51 0.25 0.08
HSL 329.75º 0.75% 0.69% -
HSV(B) 329.75º 0.51% 0.92% -
XYZ 48.34 33.29 44.95 -
YUV 158.42 137.92 182.62 -
System Red Green Blue C M Y K H S L
Decimal 235 116 176 0 0.51 0.25 0.08 329.75 0.75 0.69
Hex EB 74 B0 0 33 19 8 14A 4B 45
Octal 353 164 260 0 63 31 10 512 113 105
Binary 11101011 1110100 10110000 0 110011 11001 1000 101001010 1001011 1000101

Color Harmonies of #EB74B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74B0

Black with #EB74B0

Text Example


Text Example

White with #EB74B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74B0; }

 p { color: rgb(235,116,176); }

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

background-color css

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

 a { background-color: rgb(235,116,176); }

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

border-color css

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

 span { border-color: rgb(235,116,176); }

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