Html Css Color HEX #ED789A Carissma

📋 copy color: '#ED789A'

red 237 ◦ green 120 ◦ blue 154

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

Shades of Carissma #ED789A

Tints of Carissma #ED789A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.48%

 BLUE value IS 154 (60.55% from 255) = 30.14%

R = 46.38%
G = 23.48%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED789A (or 0xED789A) is known color: Carissma. HEX triplet: ED, 78 and 9A. RGB value is (237,120,154). Sum of RGB (Red+Green+Blue) = 237+120+154=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED789A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED789A is #128765. Grayscale: #9E9E9E. Windows color (decimal): -1214310 or 10123501. OLE color: 10123501.

HSL color Cylindrical-coordinate representation of color #ED789A: hue angle of 342.56º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED789A is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 120 154 -
CMYK 0 0.49 0.35 0.07
HSL 342.56º 0.76% 0.7% -
HSV(B) 342.56º 0.49% 0.93% -
XYZ 47.47 33.77 34.59 -
YUV 158.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 237 120 154 0 0.49 0.35 0.07 342.56 0.76 0.7
Hex ED 78 9A 0 31 23 7 157 4C 46
Octal 355 170 232 0 61 43 7 527 114 106
Binary 11101101 1111000 10011010 0 110001 100011 111 101010111 1001100 1000110

Color Harmonies of #ED789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED789A

Black with #ED789A

Text Example


Text Example

White with #ED789A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED789A; }

 p { color: rgb(237,120,154); }

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

background-color css

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

 a { background-color: rgb(237,120,154); }

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

border-color css

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

 span { border-color: rgb(237,120,154); }

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