Html Css Color HEX #CB0EEB Electric Purple

📋 copy color: '#CB0EEB'

red 203 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #CB0EEB

Tints of Electric Purple #CB0EEB

RGB

 RED value IS 203 (79.69% from 255) = 44.91%

 GREEN value IS 14 (5.86% from 255) = 3.1%

 BLUE value IS 235 (92.19% from 255) = 51.99%

R = 44.91%
G = 3.1%
B = 51.99%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB0EEB (or 0xCB0EEB) is known color: Electric Purple. HEX triplet: CB, 0E and EB. RGB value is (203,14,235). Sum of RGB (Red+Green+Blue) = 203+14+235=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0EEB is #34F114. Grayscale: #5F5F5F. Windows color (decimal): -3469589 or 15404747. OLE color: 15404747.

HSL color Cylindrical-coordinate representation of color #CB0EEB: hue angle of 291.31º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0EEB is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 14 235 -
CMYK 0.14 0.94 0 0.08
HSL 291.31º 0.89% 0.49% -
HSV(B) 291.31º 0.94% 0.92% -
XYZ 39.78 19.01 80.17 -
YUV 95.71 206.62 204.53 -
System Red Green Blue C M Y K H S L
Decimal 203 14 235 0.14 0.94 0 0.08 291.31 0.89 0.49
Hex CB E EB E 5E 0 8 123 59 31
Octal 313 16 353 16 136 0 10 443 131 61
Binary 11001011 1110 11101011 1110 1011110 0 1000 100100011 1011001 110001

Color Harmonies of #CB0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0EEB

Black with #CB0EEB

Text Example


Text Example

White with #CB0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0EEB; }

 p { color: rgb(203,14,235); }

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

background-color css

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

 a { background-color: rgb(203,14,235); }

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

border-color css

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

 span { border-color: rgb(203,14,235); }

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