Html Css Color HEX #ED7398 Carissma

📋 copy color: '#ED7398'

red 237 ◦ green 115 ◦ blue 152

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

Shades of Carissma #ED7398

Tints of Carissma #ED7398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.82%

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

R = 47.02%
G = 22.82%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED7398 (or 0xED7398) is known color: Carissma. HEX triplet: ED, 73 and 98. RGB value is (237,115,152). Sum of RGB (Red+Green+Blue) = 237+115+152=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7398 is #128C67. Grayscale: #9B9B9B. Windows color (decimal): -1215592 or 9991149. OLE color: 9991149.

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

Color convert

RGB 237 115 152 -
CMYK 0 0.51 0.36 0.07
HSL 341.8º 0.77% 0.69% -
HSV(B) 341.8º 0.51% 0.93% -
XYZ 46.72 32.53 33.52 -
YUV 155.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 237 115 152 0 0.51 0.36 0.07 341.8 0.77 0.69
Hex ED 73 98 0 33 24 7 156 4D 45
Octal 355 163 230 0 63 44 7 526 115 105
Binary 11101101 1110011 10011000 0 110011 100100 111 101010110 1001101 1000101

Color Harmonies of #ED7398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7398

Black with #ED7398

Text Example


Text Example

White with #ED7398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7398; }

 p { color: rgb(237,115,152); }

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

background-color css

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

 a { background-color: rgb(237,115,152); }

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

border-color css

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

 span { border-color: rgb(237,115,152); }

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