Html Css Color HEX #CE24FB Electric Purple

📋 copy color: '#CE24FB'

red 206 ◦ green 36 ◦ blue 251

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

Shades of Electric Purple #CE24FB

Tints of Electric Purple #CE24FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 41.78%
G = 7.3%
B = 50.91%

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

#CE24FB (or 0xCE24FB) is known color: Electric Purple. HEX triplet: CE, 24 and FB. RGB value is (206,36,251). Sum of RGB (Red+Green+Blue) = 206+36+251=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 36 (14.45% from 255 or 7.30% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE24FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24FB is #31DB04. Grayscale: #6E6E6E. Windows color (decimal): -3267333 or 16458958. OLE color: 16458958.

HSL color Cylindrical-coordinate representation of color #CE24FB: hue angle of 287.44º 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 #CE24FB is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 36 251 -
CMYK 0.18 0.86 0 0.02
HSL 287.44º 0.96% 0.56% -
HSV(B) 287.44º 0.86% 0.98% -
XYZ 43.5 21.35 93.09 -
YUV 111.34 206.82 195.52 -
System Red Green Blue C M Y K H S L
Decimal 206 36 251 0.18 0.86 0 0.02 287.44 0.96 0.56
Hex CE 24 FB 12 56 0 2 11F 60 38
Octal 316 44 373 22 126 0 2 437 140 70
Binary 11001110 100100 11111011 10010 1010110 0 10 100011111 1100000 111000

Color Harmonies of #CE24FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24FB

Black with #CE24FB

Text Example


Text Example

White with #CE24FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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