Html Css Color HEX #E762CC Free Speech Magenta

📋 copy color: '#E762CC'

red 231 ◦ green 98 ◦ blue 204

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

Shades of Free Speech Magenta #E762CC

Tints of Free Speech Magenta #E762CC

RGB

 RED value IS 231 (90.63% from 255) = 43.34%

 GREEN value IS 98 (38.67% from 255) = 18.39%

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 43.34%
G = 18.39%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E762CC (or 0xE762CC) is known color: Free Speech Magenta. HEX triplet: E7, 62 and CC. RGB value is (231,98,204). Sum of RGB (Red+Green+Blue) = 231+98+204=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E762CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762CC is #189D33. Grayscale: #959595. Windows color (decimal): -1613108 or 13394663. OLE color: 13394663.

HSL color Cylindrical-coordinate representation of color #E762CC: hue angle of 312.18º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E762CC is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 98 204 -
CMYK 0 0.58 0.12 0.09
HSL 312.18º 0.73% 0.65% -
HSV(B) 312.18º 0.58% 0.91% -
XYZ 48.22 30.08 60.39 -
YUV 149.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 231 98 204 0 0.58 0.12 0.09 312.18 0.73 0.65
Hex E7 62 CC 0 3A C 9 138 49 41
Octal 347 142 314 0 72 14 11 470 111 101
Binary 11100111 1100010 11001100 0 111010 1100 1001 100111000 1001001 1000001

Color Harmonies of #E762CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E762CC

Black with #E762CC

Text Example


Text Example

White with #E762CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E762CC; }

 p { color: rgb(231,98,204); }

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

background-color css

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

 a { background-color: rgb(231,98,204); }

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

border-color css

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

 span { border-color: rgb(231,98,204); }

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