Html Css Color HEX #CE24FA Electric Purple

📋 copy color: '#CE24FA'

red 206 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #CE24FA

Tints of Electric Purple #CE24FA

RGB

 RED value IS 206 (80.86% from 255) = 41.87%

 GREEN value IS 36 (14.45% from 255) = 7.32%

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 41.87%
G = 7.32%
B = 50.81%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE24FA (or 0xCE24FA) is known color: Electric Purple. HEX triplet: CE, 24 and FA. RGB value is (206,36,250). Sum of RGB (Red+Green+Blue) = 206+36+250=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE24FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24FA is #31DB05. Grayscale: #6E6E6E. Windows color (decimal): -3267334 or 16393422. OLE color: 16393422.

HSL color Cylindrical-coordinate representation of color #CE24FA: hue angle of 287.66º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE24FA is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 36 250 -
CMYK 0.18 0.86 0 0.02
HSL 287.66º 0.96% 0.56% -
HSV(B) 287.66º 0.86% 0.98% -
XYZ 43.34 21.29 92.27 -
YUV 111.23 206.32 195.6 -
System Red Green Blue C M Y K H S L
Decimal 206 36 250 0.18 0.86 0 0.02 287.66 0.96 0.56
Hex CE 24 FA 12 56 0 2 120 60 38
Octal 316 44 372 22 126 0 2 440 140 70
Binary 11001110 100100 11111010 10010 1010110 0 10 100100000 1100000 111000

Color Harmonies of #CE24FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24FA

Black with #CE24FA

Text Example


Text Example

White with #CE24FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24FA; }

 p { color: rgb(206,36,250); }

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

background-color css

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

 a { background-color: rgb(206,36,250); }

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

border-color css

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

 span { border-color: rgb(206,36,250); }

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