Html Css Color HEX #ED2FCB Razzle Dazzle Rose

📋 copy color: '#ED2FCB'

red 237 ◦ green 47 ◦ blue 203

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

Shades of Razzle Dazzle Rose #ED2FCB

Tints of Razzle Dazzle Rose #ED2FCB

RGB

 RED value IS 237 (92.97% from 255) = 48.67%

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

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

R = 48.67%
G = 9.65%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED2FCB (or 0xED2FCB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and CB. RGB value is (237,47,203). Sum of RGB (Red+Green+Blue) = 237+47+203=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FCB is #12D034. Grayscale: #797979. Windows color (decimal): -1232949 or 13316077. OLE color: 13316077.

HSL color Cylindrical-coordinate representation of color #ED2FCB: hue angle of 310.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FCB is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 47 203 -
CMYK 0 0.80 0.14 0.07
HSL 310.74º 0.84% 0.56% -
HSV(B) 310.74º 0.8% 0.93% -
XYZ 46.72 24.35 58.74 -
YUV 121.59 173.95 210.32 -
System Red Green Blue C M Y K H S L
Decimal 237 47 203 0 0.80 0.14 0.07 310.74 0.84 0.56
Hex ED 2F CB 0 50 E 7 137 54 38
Octal 355 57 313 0 120 16 7 467 124 70
Binary 11101101 101111 11001011 0 1010000 1110 111 100110111 1010100 111000

Color Harmonies of #ED2FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FCB

Black with #ED2FCB

Text Example


Text Example

White with #ED2FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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