Html Css Color HEX #E665ED Free Speech Magenta

📋 copy color: '#E665ED'

red 230 ◦ green 101 ◦ blue 237

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

Shades of Free Speech Magenta #E665ED

Tints of Free Speech Magenta #E665ED

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.78%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 40.49%
G = 17.78%
B = 41.73%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E665ED (or 0xE665ED) is known color: Free Speech Magenta. HEX triplet: E6, 65 and ED. RGB value is (230,101,237). Sum of RGB (Red+Green+Blue) = 230+101+237=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #E665ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E665ED is #199A12. Grayscale: #9A9A9A. Windows color (decimal): -1677843 or 15558118. OLE color: 15558118.

HSL color Cylindrical-coordinate representation of color #E665ED: hue angle of 296.91º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E665ED is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 101 237 -
CMYK 0.03 0.57 0 0.07
HSL 296.91º 0.79% 0.66% -
HSV(B) 296.91º 0.57% 0.93% -
XYZ 52.57 32.24 83.57 -
YUV 155.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 230 101 237 0.03 0.57 0 0.07 296.91 0.79 0.66
Hex E6 65 ED 3 39 0 7 129 4F 42
Octal 346 145 355 3 71 0 7 451 117 102
Binary 11100110 1100101 11101101 11 111001 0 111 100101001 1001111 1000010

Color Harmonies of #E665ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E665ED

Black with #E665ED

Text Example


Text Example

White with #E665ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E665ED; }

 p { color: rgb(230,101,237); }

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

background-color css

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

 a { background-color: rgb(230,101,237); }

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

border-color css

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

 span { border-color: rgb(230,101,237); }

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