Html Css Color HEX #EC2698 Persian Rose

📋 copy color: '#EC2698'

red 236 ◦ green 38 ◦ blue 152

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

Shades of Persian Rose #EC2698

Tints of Persian Rose #EC2698

RGB

 RED value IS 236 (92.58% from 255) = 55.4%

 GREEN value IS 38 (15.23% from 255) = 8.92%

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 55.4%
G = 8.92%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC2698 (or 0xEC2698) is known color: Persian Rose. HEX triplet: EC, 26 and 98. RGB value is (236,38,152). Sum of RGB (Red+Green+Blue) = 236+38+152=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2698 is #13D967. Grayscale: #6D6D6D. Windows color (decimal): -1300840 or 9971436. OLE color: 9971436.

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

Color convert

RGB 236 38 152 -
CMYK 0 0.84 0.36 0.07
HSL 325.45º 0.84% 0.54% -
HSV(B) 325.45º 0.84% 0.93% -
XYZ 40.95 21.49 31.69 -
YUV 110.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 236 38 152 0 0.84 0.36 0.07 325.45 0.84 0.54
Hex EC 26 98 0 54 24 7 145 54 36
Octal 354 46 230 0 124 44 7 505 124 66
Binary 11101100 100110 10011000 0 1010100 100100 111 101000101 1010100 110110

Color Harmonies of #EC2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2698

Black with #EC2698

Text Example


Text Example

White with #EC2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2698; }

 p { color: rgb(236,38,152); }

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

background-color css

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

 a { background-color: rgb(236,38,152); }

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

border-color css

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

 span { border-color: rgb(236,38,152); }

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