Html Css Color HEX #E65FCB Free Speech Magenta

📋 copy color: '#E65FCB'

red 230 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Magenta #E65FCB

Tints of Free Speech Magenta #E65FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.99%

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 43.56%
G = 17.99%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E65FCB (or 0xE65FCB) is known color: Free Speech Magenta. HEX triplet: E6, 5F and CB. RGB value is (230,95,203). Sum of RGB (Red+Green+Blue) = 230+95+203=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FCB is #19A034. Grayscale: #939393. Windows color (decimal): -1679413 or 13328358. OLE color: 13328358.

HSL color Cylindrical-coordinate representation of color #E65FCB: hue angle of 312º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FCB is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 95 203 -
CMYK 0 0.59 0.12 0.10
HSL 312º 0.73% 0.64% -
HSV(B) 312º 0.59% 0.9% -
XYZ 47.5 29.32 59.66 -
YUV 147.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 230 95 203 0 0.59 0.12 0.10 312 0.73 0.64
Hex E6 5F CB 0 3B C A 138 49 40
Octal 346 137 313 0 73 14 12 470 111 100
Binary 11100110 1011111 11001011 0 111011 1100 1010 100111000 1001001 1000000

Color Harmonies of #E65FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FCB

Black with #E65FCB

Text Example


Text Example

White with #E65FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FCB; }

 p { color: rgb(230,95,203); }

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

background-color css

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

 a { background-color: rgb(230,95,203); }

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

border-color css

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

 span { border-color: rgb(230,95,203); }

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