Html Css Color HEX #EB74B2 Persian Pink

📋 copy color: '#EB74B2'

red 235 ◦ green 116 ◦ blue 178

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

Shades of Persian Pink #EB74B2

Tints of Persian Pink #EB74B2

RGB

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

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

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

R = 44.42%
G = 21.93%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB74B2 (or 0xEB74B2) is known color: Persian Pink. HEX triplet: EB, 74 and B2. RGB value is (235,116,178). Sum of RGB (Red+Green+Blue) = 235+116+178=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB74B2 is #148B4D. Grayscale: #9E9E9E. Windows color (decimal): -1346382 or 11695339. OLE color: 11695339.

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

Color convert

RGB 235 116 178 -
CMYK 0 0.51 0.24 0.08
HSL 328.74º 0.75% 0.69% -
HSV(B) 328.74º 0.51% 0.92% -
XYZ 48.54 33.37 46 -
YUV 158.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 235 116 178 0 0.51 0.24 0.08 328.74 0.75 0.69
Hex EB 74 B2 0 33 18 8 149 4B 45
Octal 353 164 262 0 63 30 10 511 113 105
Binary 11101011 1110100 10110010 0 110011 11000 1000 101001001 1001011 1000101

Color Harmonies of #EB74B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74B2

Black with #EB74B2

Text Example


Text Example

White with #EB74B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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