Html Css Color HEX #E62FCB Razzle Dazzle Rose

📋 copy color: '#E62FCB'

red 230 ◦ green 47 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E62FCB

Tints of Razzle Dazzle Rose #E62FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.79%

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

R = 47.92%
G = 9.79%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E62FCB (or 0xE62FCB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2F and CB. RGB value is (230,47,203). Sum of RGB (Red+Green+Blue) = 230+47+203=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62FCB is #19D034. Grayscale: #777777. Windows color (decimal): -1691701 or 13316070. OLE color: 13316070.

HSL color Cylindrical-coordinate representation of color #E62FCB: hue angle of 308.85º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62FCB is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 47 203 -
CMYK 0 0.80 0.12 0.10
HSL 308.85º 0.79% 0.54% -
HSV(B) 308.85º 0.8% 0.9% -
XYZ 44.43 23.17 58.63 -
YUV 119.5 175.13 206.82 -
System Red Green Blue C M Y K H S L
Decimal 230 47 203 0 0.80 0.12 0.10 308.85 0.79 0.54
Hex E6 2F CB 0 50 C A 135 4F 36
Octal 346 57 313 0 120 14 12 465 117 66
Binary 11100110 101111 11001011 0 1010000 1100 1010 100110101 1001111 110110

Color Harmonies of #E62FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62FCB

Black with #E62FCB

Text Example


Text Example

White with #E62FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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