Html Css Color HEX #EA75C6 Persian Pink

📋 copy color: '#EA75C6'

red 234 ◦ green 117 ◦ blue 198

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

Shades of Persian Pink #EA75C6

Tints of Persian Pink #EA75C6

RGB

 RED value IS 234 (91.8% from 255) = 42.62%

 GREEN value IS 117 (46.09% from 255) = 21.31%

 BLUE value IS 198 (77.73% from 255) = 36.07%

R = 42.62%
G = 21.31%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA75C6 (or 0xEA75C6) is known color: Persian Pink. HEX triplet: EA, 75 and C6. RGB value is (234,117,198). Sum of RGB (Red+Green+Blue) = 234+117+198=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75C6 is #158A39. Grayscale: #A1A1A1. Windows color (decimal): -1411642 or 13006314. OLE color: 13006314.

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

Color convert

RGB 234 117 198 -
CMYK 0 0.5 0.15 0.08
HSL 318.46º 0.74% 0.69% -
HSV(B) 318.46º 0.5% 0.92% -
XYZ 50.49 34.29 57.38 -
YUV 161.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 234 117 198 0 0.5 0.15 0.08 318.46 0.74 0.69
Hex EA 75 C6 0 32 F 8 13E 4A 45
Octal 352 165 306 0 62 17 10 476 112 105
Binary 11101010 1110101 11000110 0 110010 1111 1000 100111110 1001010 1000101

Color Harmonies of #EA75C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75C6

Black with #EA75C6

Text Example


Text Example

White with #EA75C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75C6; }

 p { color: rgb(234,117,198); }

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

background-color css

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

 a { background-color: rgb(234,117,198); }

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

border-color css

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

 span { border-color: rgb(234,117,198); }

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