Html Css Color HEX #E675C0 Persian Pink

📋 copy color: '#E675C0'

red 230 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #E675C0

Tints of Persian Pink #E675C0

RGB

 RED value IS 230 (90.23% from 255) = 42.67%

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

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 42.67%
G = 21.71%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E675C0 (or 0xE675C0) is known color: Persian Pink. HEX triplet: E6, 75 and C0. RGB value is (230,117,192). Sum of RGB (Red+Green+Blue) = 230+117+192=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E675C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675C0 is #198A3F. Grayscale: #9F9F9F. Windows color (decimal): -1673792 or 12613094. OLE color: 12613094.

HSL color Cylindrical-coordinate representation of color #E675C0: hue angle of 320.18º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675C0 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 117 192 -
CMYK 0 0.49 0.17 0.10
HSL 320.18º 0.69% 0.68% -
HSV(B) 320.18º 0.49% 0.9% -
XYZ 48.51 33.35 53.75 -
YUV 159.34 146.44 178.4 -
System Red Green Blue C M Y K H S L
Decimal 230 117 192 0 0.49 0.17 0.10 320.18 0.69 0.68
Hex E6 75 C0 0 31 11 A 140 45 44
Octal 346 165 300 0 61 21 12 500 105 104
Binary 11100110 1110101 11000000 0 110001 10001 1010 101000000 1000101 1000100

Color Harmonies of #E675C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675C0

Black with #E675C0

Text Example


Text Example

White with #E675C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675C0; }

 p { color: rgb(230,117,192); }

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

background-color css

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

 a { background-color: rgb(230,117,192); }

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

border-color css

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

 span { border-color: rgb(230,117,192); }

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