Html Css Color HEX #E665C4 Free Speech Magenta

📋 copy color: '#E665C4'

red 230 ◦ green 101 ◦ blue 196

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

Shades of Free Speech Magenta #E665C4

Tints of Free Speech Magenta #E665C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.19%

R = 43.64%
G = 19.17%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E665C4 (or 0xE665C4) is known color: Free Speech Magenta. HEX triplet: E6, 65 and C4. RGB value is (230,101,196). Sum of RGB (Red+Green+Blue) = 230+101+196=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E665C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665C4 is #199A3B. Grayscale: #969696. Windows color (decimal): -1677884 or 12871142. OLE color: 12871142.

HSL color Cylindrical-coordinate representation of color #E665C4: hue angle of 315.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665C4 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 101 196 -
CMYK 0 0.56 0.15 0.10
HSL 315.81º 0.72% 0.65% -
HSV(B) 315.81º 0.56% 0.9% -
XYZ 47.25 30.12 55.55 -
YUV 150.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 230 101 196 0 0.56 0.15 0.10 315.81 0.72 0.65
Hex E6 65 C4 0 38 F A 13C 48 41
Octal 346 145 304 0 70 17 12 474 110 101
Binary 11100110 1100101 11000100 0 111000 1111 1010 100111100 1001000 1000001

Color Harmonies of #E665C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E665C4

Black with #E665C4

Text Example


Text Example

White with #E665C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E665C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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