Html Css Color HEX #EB74AF Persian Pink

📋 copy color: '#EB74AF'

red 235 ◦ green 116 ◦ blue 175

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

Shades of Persian Pink #EB74AF

Tints of Persian Pink #EB74AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 44.68%
G = 22.05%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB74AF (or 0xEB74AF) is known color: Persian Pink. HEX triplet: EB, 74 and AF. RGB value is (235,116,175). Sum of RGB (Red+Green+Blue) = 235+116+175=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB74AF is #148B50. Grayscale: #9E9E9E. Windows color (decimal): -1346385 or 11498731. OLE color: 11498731.

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

Color convert

RGB 235 116 175 -
CMYK 0 0.51 0.26 0.08
HSL 330.25º 0.75% 0.69% -
HSV(B) 330.25º 0.51% 0.92% -
XYZ 48.24 33.25 44.43 -
YUV 158.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 235 116 175 0 0.51 0.26 0.08 330.25 0.75 0.69
Hex EB 74 AF 0 33 1A 8 14A 4B 45
Octal 353 164 257 0 63 32 10 512 113 105
Binary 11101011 1110100 10101111 0 110011 11010 1000 101001010 1001011 1000101

Color Harmonies of #EB74AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB74AF

Black with #EB74AF

Text Example


Text Example

White with #EB74AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB74AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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